Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Configuration into the SwiftFormat module. #614

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

allevato
Copy link
Member

@allevato allevato commented Sep 5, 2023

The SwiftFormatConfiguration module still exists for compatibility, but now the dependency is inverted; it imports SwiftFormat and re-exports the symbols that used to live in SwiftFormatConfiguration. This compatibility layer will be deleted after the next major release.

As of this change, only the SwiftFormat module remains as public API.

The `SwiftFormatConfiguration` module still exists for compatibility, but
now the dependency is inverted; it imports `SwiftFormat` and re-exports
the symbols that used to live in `SwiftFormatConfiguration`. This
compatibility layer will be deleted after the next major release.

As of this change, only the `SwiftFormat` module remains as public API.
@allevato allevato merged commit b50fd28 into swiftlang:main Sep 5, 2023
@allevato allevato deleted the move-config branch September 5, 2023 14:18
@natikgadzhi natikgadzhi mentioned this pull request Sep 6, 2023
1 task
allevato added a commit to allevato/swift-format that referenced this pull request Sep 14, 2023
Move `Configuration` into the `SwiftFormat` module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant